home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-04-13 | 462 b | 22 lines | [TEXT/MPS ] |
- /*
-
- Copyright Apple Computer, Inc. 1981-1988
-
- Rez -a -o "{SystemFolder}MacsBug" "{MPW}Debuggers:TrapRecord.r" ≥≥ "{Worksheet}"
- Shutdown -r
-
- This resource specifies the number of traps that are recorded using ATR/ATP commands.
- The default is 8 if the resource is not present. Larger numbers obviously incur a
- space penalty. However, all numbers are equally fast since a circular buffer
- is used.
-
- */
-
- type 'mxbr' { integer; };
-
- resource 'mxbr' (100) {
- 16;
- };
-
-
-